* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 16px;
  background-color: #f7f9fa;
}

.container{
  width: 690px;
  margin: 0 auto;
}

.footer-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px 0;
}

hr {
  height: 2px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  margin: 0;
}

P {
  margin: 10px 0px;
}

a {
  color: #2fa3e7;
  text-decoration: none;
  margin-bottom: 0px;
}

a:focus,
a:hover {
  color: #157ab5;
  text-decoration: none;
}

header a{
  color: black;
  text-decoration: none;
}

header a:hover{
  color:inherit;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: 'PT Sans Caption', Arial, sans-serif;
  font-weight: bolder;
}

h1 {
  font-size: 26px;
  line-height: 30px;
  margin: 0px;
}

h2 {
  font-size: 22px;
  line-height: 22px;
  margin: 10px 0px;
}

h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 10px 0px;
}

nav li {
  margin-bottom: 0px;
}

ul, ol {
  margin: 5px 0px;
  padding-left: 30px;
}

li {
  margin-bottom: 5px;
  padding-left: 5px;
}

img {
  margin: 10px 0px;
  width: inherit;
}

button {
  padding: 2px;
}

table{
  text-align: center;
}

td, th{
  padding: 5px;
}

.centered-block {
  display: block;
  margin: 0 auto;
}

/* Classes for Focuses page */
.column-centered-header {
  float: none; 
  text-align: center;
}

.column-text-left{
  float: left; 
  margin: 0px;
  width: 50%; 
  text-align: justify;
}

.column-image-right{
  margin: 10px 10px 0 10px; 
  width: 45%
}

.column-text-wide{
  text-align: justify;
}
/* End of Classes for Focuses page */


.process-image{
  max-width: 100%;
}

.width-inherited {
  width: inherit;
}

.radio_form{
  margin: 10px 10px;
}


/* Generation pages */
#generate-anything-area{
  background-color: #bfbfbf;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
#generated-items{
  background-color: #ebebeb;
  margin: 10px;
  flex-grow: 1;
  min-height: 80vh;
}

.buttons-container{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tab-button{
  height: 50px;
  background-color: #969696;
  cursor: pointer;

  flex-grow: 1;
  margin: 10px;

  display: flex;
  justify-content: center; 
  align-items: center;
}

.device-button-text{
  color: white;
  font-weight: 600;
}

.device-block{
  border: 1px black solid;
  margin: 0px 0px 10px 0px;
  padding: 5px;
}

/* End of Generation pages */

@media screen and (max-width: 800px) {
}
